Hi,
I am using opkg-utils-0.3.5 for creating my package.
I have created a *.ipk package which require "docopt>=0.6.2" and "requestes>=2.13.0", however the opkg is not able to resolve the dependencies.
/ # opkg install libexosite-python-gdc_1.5_noarch.ipk
Installing libexosite-python-gdc (1.5) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for libexosite-python-gdc:
* requests>=2.13.0 *
* opkg_install_cmd: Cannot install package libexosite-python-gdc.
I am using docker container to test my opkg package.
docker pull mcreations/openwrt-x64
Can someone please guide regarding this?
Thanks,
Prakash