From ba6de43c25453413491a8bac2d6f7f7011c9b326 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 21 May 2019 08:07:33 -0400 Subject: meta-openembedded: subtree update:1ecd8b4364..f3018013ff Adrian Bunk (1): Add irda-utils Khem Raj (1): openocd: Upgrade to latest git version Martin Jansa (8): gtkwave: add distro_features_check ndctl: make MACHINE_ARCH and ignore from libblockdev oprofile: make MACHINE_ARCH umip: make MACHINE_ARCH mscgen: fix SRC_URI for multilib python-cassandra-driver.inc: fix DEPENDS triggerhappy: fix issues opencv: use the same package name in PACKAGES and RDEPENDS Oleksandr Kravchuk (4): znc: update to 1.7.3 pure-ftpd: update to 1.0.47 xl2tpd: update to 1.3.14 ell: remove recipe Scott Ellis (1): wireguard: Upgrade 20190123 -> 20190406 Tom Rini (1): toybox: Re-order inherit location so we can override do_configure Zang Ruochen (8): python-pyparsing: upgrade 2.2.0 -> 2.4.0 python-six: upgrade 1.11.0 -> 1.12.0 python-typing: upgrade 3.6.4 -> 3.6.6 python-urllib3: upgrade 1.23 -> 1.25.2 python-wrapt: upgrade 1.10.11 -> 1.11.1 python-mako:upgrade 1.0.9 -> 1.0.10 python-pip: upgrade 19.1 -> 19.1.1 python-pysocks: upgrade 1.6.8 -> 1.7.0 Change-Id: I9a4d8fb60195b1cfd0f39cebf8b113b3bb63808d Signed-off-by: Brad Bishop --- .../recipes-devtools/python/python-cassandra-driver.inc | 2 +- .../meta-python/recipes-devtools/python/python-mako.inc | 4 ++-- .../recipes-devtools/python/python-mako_1.0.10.bb | 2 ++ .../recipes-devtools/python/python-mako_1.0.9.bb | 2 -- .../recipes-devtools/python/python-pip_19.1.1.bb | 14 ++++++++++++++ .../meta-python/recipes-devtools/python/python-pip_19.1.bb | 14 -------------- .../recipes-devtools/python/python-pyparsing.inc | 6 +++--- .../recipes-devtools/python/python-pyparsing_2.2.0.bb | 2 -- .../recipes-devtools/python/python-pyparsing_2.4.0.bb | 2 ++ .../meta-python/recipes-devtools/python/python-pysocks.inc | 4 ++-- .../recipes-devtools/python/python-pysocks_1.6.8.bb | 2 -- .../recipes-devtools/python/python-pysocks_1.7.0.bb | 2 ++ .../meta-python/recipes-devtools/python/python-six.inc | 6 +++--- .../recipes-devtools/python/python-six_1.11.0.bb | 2 -- .../recipes-devtools/python/python-six_1.12.0.bb | 2 ++ .../meta-python/recipes-devtools/python/python-typing.inc | 4 ++-- .../recipes-devtools/python/python-typing_3.6.4.bb | 2 -- .../recipes-devtools/python/python-typing_3.6.6.bb | 2 ++ .../meta-python/recipes-devtools/python/python-urllib3.inc | 6 +++--- .../recipes-devtools/python/python-urllib3_1.23.bb | 2 -- .../recipes-devtools/python/python-urllib3_1.25.2.bb | 2 ++ .../meta-python/recipes-devtools/python/python-wrapt.inc | 6 +++--- .../recipes-devtools/python/python-wrapt_1.10.11.bb | 2 -- .../recipes-devtools/python/python-wrapt_1.11.1.bb | 2 ++ .../recipes-devtools/python/python3-pyparsing_2.2.0.bb | 2 -- .../recipes-devtools/python/python3-pyparsing_2.4.0.bb | 2 ++ .../recipes-devtools/python/python3-pysocks_1.6.8.bb | 6 ------ .../recipes-devtools/python/python3-pysocks_1.7.0.bb | 6 ++++++ .../recipes-devtools/python/python3-urllib3_1.23.bb | 2 -- .../recipes-devtools/python/python3-urllib3_1.25.2.bb | 2 ++ .../recipes-devtools/python/python3-wrapt_1.10.11.bb | 2 -- .../recipes-devtools/python/python3-wrapt_1.11.1.bb | 2 ++ 32 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.10.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.9.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.1.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-six_1.11.0.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-six_1.12.0.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.4.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.6.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.23.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.25.2.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.10.11.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.11.1.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.23.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.25.2.bb delete mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.10.11.bb create mode 100644 meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.11.1.bb (limited to 'meta-openembedded/meta-python/recipes-devtools') diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-cassandra-driver.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-cassandra-driver.inc index 1cc1f4c49..53ebfec33 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-cassandra-driver.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-cassandra-driver.inc @@ -28,6 +28,6 @@ RDEPENDS_${PN} += "\ libevent \ " -DEPENDS_${PN} += "\ +DEPENDS += "\ ${PYTHON_PN}-cython \ " diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc index 724d0ce5c..d86ad33cd 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc @@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako" inherit pypi -SRC_URI[md5sum] = "d739720f3f0d6a1cb6a96ea7a4760c3e" -SRC_URI[sha256sum] = "0728c404877cd4ca72c409c0ea372dc5f3b53fa1ad2bb434e1d216c0444ff1fd" +SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5" +SRC_URI[sha256sum] = "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.10.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.10.bb new file mode 100644 index 000000000..3372eeb28 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.10.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-mako.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.9.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.9.bb deleted file mode 100644 index 3372eeb28..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-mako_1.0.9.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-mako.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.1.bb new file mode 100644 index 000000000..f78265030 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.1.bb @@ -0,0 +1,14 @@ +SUMMARY = "PIP is a tool for installing and managing Python packages" +HOMEPAGE = "https://pip.pypa.io/" +LICENSE = "MIT & LGPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e" + +SRC_URI[md5sum] = "4fb98a060f21c731d6743b90a714fc73" +SRC_URI[sha256sum] = "44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958" + +inherit pypi setuptools + +# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works +RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.bb deleted file mode 100644 index f451a8729..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-pip_19.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "PIP is a tool for installing and managing Python packages" -HOMEPAGE = "https://pip.pypa.io/" -LICENSE = "MIT & LGPL-2.1" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e" - -SRC_URI[md5sum] = "22e3726252b492ce24312c2b43d0127f" -SRC_URI[sha256sum] = "d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624" - -inherit pypi setuptools - -# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works -RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing.inc index e30839f87..e0df4e9b8 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing.inc @@ -1,10 +1,10 @@ SUMMARY = "Python parsing module" HOMEPAGE = "http://pyparsing.wikispaces.com/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" -SRC_URI[md5sum] = "0214e42d63af850256962b6744c948d9" -SRC_URI[sha256sum] = "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04" +SRC_URI[md5sum] = "e534c0ca755155823bf45fdd8d084922" +SRC_URI[sha256sum] = "1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a" inherit pypi diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb deleted file mode 100644 index 90217f3c3..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyparsing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb new file mode 100644 index 000000000..90217f3c3 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-pyparsing_2.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyparsing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc index 53ec1b7d8..32cb50ce1 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" -SRC_URI[md5sum] = "441c4e3bf5b042f7e70613cd871df26c" -SRC_URI[sha256sum] = "3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672" +SRC_URI[md5sum] = "ffea8bdc4eee054df2f9f6a9c3752567" +SRC_URI[sha256sum] = "d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c" PYPI_PACKAGE = "PySocks" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb deleted file mode 100644 index 8a24e4c49..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pysocks.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb new file mode 100644 index 000000000..8a24e4c49 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pysocks.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-six.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-six.inc index a5915c116..47129258e 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-six.inc @@ -1,10 +1,10 @@ SUMMARY = "Python 2 and 3 compatibility library" HOMEPAGE = "http://pypi.python.org/pypi/six/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=35cec5bf04dd0820d0a18533ea7c774a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=83e0f622bd5ac7d575dbd83d094d69b5" -SRC_URI[md5sum] = "d12789f9baf7e9fb2524c0c64f1773f8" -SRC_URI[sha256sum] = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" +SRC_URI[md5sum] = "9ae5d1feed8c0215f4ae4adcd9207fcb" +SRC_URI[sha256sum] = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" do_compile_append() { ${PYTHON} setup.py -q bdist_egg --dist-dir ./ diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.11.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.11.0.bb deleted file mode 100644 index 9075745d7..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.11.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-six.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.12.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.12.0.bb new file mode 100644 index 000000000..9075745d7 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-six_1.12.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-six.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-typing.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-typing.inc index a0ee6b24b..82c2ab74f 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-typing.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-typing.inc @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python/typing" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" -SRC_URI[md5sum] = "5b2ade08d83be488f17b5fe587c27c74" -SRC_URI[sha256sum] = "d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2" +SRC_URI[md5sum] = "64614206b4bdc0864fc0e0bccd69efc9" +SRC_URI[sha256sum] = "4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.4.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.4.bb deleted file mode 100644 index 04ce063c9..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-typing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.6.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.6.bb new file mode 100644 index 000000000..04ce063c9 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-typing_3.6.6.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-typing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3.inc index 34f147877..2ce6d1050 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3.inc @@ -1,10 +1,10 @@ SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e" -SRC_URI[md5sum] = "1ad43e4b5ab7a0794c89dc057e1d7179" -SRC_URI[sha256sum] = "a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf" +SRC_URI[md5sum] = "1ebfbbec8bee21dbb686c009b37f4963" +SRC_URI[sha256sum] = "a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db" RDEPENDS_${PN} += "\ ${PYTHON_PN}-certifi \ diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.23.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.23.bb deleted file mode 100644 index 6c81f1db9..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.23.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-urllib3.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.25.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.25.2.bb new file mode 100644 index 000000000..6c81f1db9 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-urllib3_1.25.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-urllib3.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt.inc index c85548fb4..4de09d2fd 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt.inc +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt.inc @@ -2,10 +2,10 @@ SUMMARY = "A Python module for decorators, wrappers and monkey patching." HOMEPAGE = "http://wrapt.readthedocs.org/" LICENSE = "BSD" SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=61c27930012e86b3dc7e36f92e83c4d8" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" -SRC_URI[md5sum] = "e1346f31782d50401f81c2345b037076" -SRC_URI[sha256sum] = "d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" +SRC_URI[md5sum] = "9f21acd7c0a57bf3057715c4665db3c7" +SRC_URI[sha256sum] = "4aea003270831cceb8a90ff27c4031da6ead7ec1886023b80ce0dfe0adf61533" inherit pypi diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.10.11.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.10.11.bb deleted file mode 100644 index bb4247657..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.10.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-wrapt.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.11.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.11.1.bb new file mode 100644 index 000000000..bb4247657 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python-wrapt_1.11.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-wrapt.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb deleted file mode 100644 index 0805fee3e..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyparsing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb new file mode 100644 index 000000000..0805fee3e --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyparsing_2.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyparsing.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb deleted file mode 100644 index bbda05a51..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools3 -require python-pysocks.inc - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-netclient \ -" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb new file mode 100644 index 000000000..bbda05a51 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-pysocks.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-netclient \ +" diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.23.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.23.bb deleted file mode 100644 index 19eb7025b..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.23.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-urllib3.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.25.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.25.2.bb new file mode 100644 index 000000000..19eb7025b --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-urllib3_1.25.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-urllib3.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.10.11.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.10.11.bb deleted file mode 100644 index 85f446ef9..000000000 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.10.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-wrapt.inc diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.11.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.11.1.bb new file mode 100644 index 000000000..85f446ef9 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.11.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-wrapt.inc -- cgit v1.2.3