From 82c905dc58a36aeae40b1b273a12f63fb1973cf4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 13 Apr 2020 13:39:40 -0500 Subject: meta-openembedded and poky: subtree updates Squash of the following due to dependencies among them and OpenBMC changes: meta-openembedded: subtree update:d0748372d2..9201611135 meta-openembedded: subtree update:9201611135..17fd382f34 poky: subtree update:9052e5b32a..2e11d97b6c poky: subtree update:2e11d97b6c..a8544811d7 The change log was too large for the jenkins plugin to handle therefore it has been removed. Here is the first and last commit of each subtree: meta-openembedded:d0748372d2 cppzmq: bump to version 4.6.0 meta-openembedded:17fd382f34 mpv: Remove X11 dependency poky:9052e5b32a package_ipk: Remove pointless comment to trigger rebuild poky:a8544811d7 pbzip2: Fix license warning Change-Id: If0fc6c37629642ee207a4ca2f7aa501a2c673cd6 Signed-off-by: Andrew Geissler --- .../packagegroups/packagegroup-meta-python.bb | 76 ---------------------- 1 file changed, 76 deletions(-) (limited to 'meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb') diff --git a/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index bb05de1f5..12a056255 100644 --- a/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -4,68 +4,14 @@ inherit packagegroup PROVIDES = "${PACKAGES}" PACKAGES = ' \ - packagegroup-meta-python \ packagegroup-meta-python3 \ ' -RDEPENDS_packagegroup-meta-python = "\ - packagegroup-meta-python-extended \ - packagegroup-meta-python-connectivity \ -" - RDEPENDS_packagegroup-meta-python3 = "\ packagegroup-meta-python3-extended \ packagegroup-meta-python3-connectivity \ " -RDEPENDS_packagegroup-meta-python = "\ - python-psutil python-certifi python-flask python-pyroute2 python-pyopenssl python-pylint \ - python-semver python-wrapt python-networkx python-behave python-dominate python-flask-user \ - python-attrs python-humanize python-six python-flask-login python-zopeinterface python-sijax \ - python-pyinotify python-stevedore python-pyjwt python-webdav python-twisted python-flask-sijax \ - python-functools32 python-javaobj-py3 python-pygpgme python-future python-attr \ - python-flask-xstatic python-m2crypto python-hyperlink python-imaging python-idna python-jinja2 \ - python-can python-flask-bcrypt python-requests python-paste python-flask-script python-serpent \ - python-cryptography python-pysmi python-xlrd python-appdirs python-jsonpatch python-bcrypt \ - python-ndg-httpsclient python-pytest python-linecache2 python-visitor python-backports-abc \ - python-setuptools-scm python-evdev python-pyjks python-jsonpointer python-cheetah python-gevent \ - python-smbus python-sqlalchemy python-scrypt python-werkzeug python-anyjson python-pexpect \ - python-robotframework-seriallibrary python-pyalsaaudio python-pytest-helpers-namespace \ - python-alembic python-flask-pymongo python-slip-dbus python-pydbus python-automat python-rfc3987 \ - python-tzlocal python-backports-ssl python-subprocess32 python-asn1crypto python-pybind11 \ - python-ptyprocess python-babel python-passlib python-sdnotify \ - python-lazy-object-proxy python-cryptography-vectors python-crcmod python-pyusb python-vobject \ - python-webcolors python-pyparsing python-beautifulsoup4 python-cffi python-tornado-redis \ - python-itsdangerous python-pyasn1-modules python-netaddr python-vcversioner \ - python-sh python-greenlet python-paho-mqtt python-traceback2 python-gdata python-dbusmock \ - python-whoosh python-lockfile python-isort python-wtforms python-feedparser python-flask-restful \ - python-pysnmp python-flask-babel python-pytest-tempdir python-flask-nav python-pyzmq python-pyyaml \ - python-protobuf python-pluggy python-jsonschema python-msgpack \ - python-periphery python-pint python-pycryptodome python-yappi python-pycrypto python-pretend \ - python-pyserial python-pyiface python-docutils python-grpcio-tools python-django-south \ - python-backports-functools-lru-cache python-py python-click python-flask-migrate \ - python-pyudev python-pystache python-blinker python-prompt-toolkit python-lxml \ - python-unidiff python-inflection python-twofish python-prettytable python-webencodings \ - python-mock python-pyexpect python-dnspython python-pysocks python-pynetlinux \ - python-daemon python-djangorestframework python-typing python-monotonic python-sparts \ - python-enum34 python-pyperclip python-flask-uploads python-pbr python-parse python-pyflakes \ - python-pyhamcrest python-mako python-incremental python-tornado python-xstatic-font-awesome \ - python-cmd2 python-strict-rfc3339 python-pycodestyle python-xstatic python-snakefood \ - python-pybluez python-flask-navigation python-pyfirmata python-pymongo python-pysqlite \ - python-progress python-flask-sqlalchemy python-pymisp python-pip python-ujson python-ply \ - python-pep8 python-dateutil python-pycparser python-daemonize python-astroid python-pyrex \ - python-markupsafe python-pytest-runner python-grpcio python-mccabe python-pytz python-selectors34 \ - python-cython python-chardet python-editor python-flask-bootstrap python-html5lib \ - python-singledispatch python-redis python-flask-mail python-funcsigs python-snimpy python-pyasn1 \ - python-decorator python-urllib3 python-feedformatter python-iso8601 \ - python-numeric python-robotframework python-django python-simplejson python-wcwidth \ - python-configparser python-epydoc python-intervals python-speaklater \ - python-aws-iot-device-sdk-python python-constantly python-bitarray python-flask-wtf \ - python-parse-type python-ipaddress python-dbus \ - ${@bb.utils.contains("DISTRO_FEATURES", "pam", "python-pam pamela", "", d)} \ - ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python-systemd", "", d)} \ -" - RDEPENDS_packagegroup-meta-python3 = "\ python3-pyserial python3-gevent python3-alembic python3-robotframework-seriallibrary \ python3-rfc3987 python3-xlrd python3-bandit python3-constantly python3-inflection \ @@ -105,13 +51,6 @@ RDEPENDS_packagegroup-meta-python3 = "\ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ " -RDEPENDS_packagegroup-meta-python-extended = "\ - python-pyephem \ - python-cson \ - python-pywbem \ - python-pyparted \ -" - RDEPENDS_packagegroup-meta-python3-extended = "\ python3-pykickstart \ python3-meh \ @@ -121,16 +60,6 @@ RDEPENDS_packagegroup-meta-python3-extended = "\ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ " -RDEPENDS_packagegroup-meta-python-connectivity = "\ - python-pyro4 \ - python-pytun \ - python-mprpc \ - python-thrift \ - python-txws \ - python-pyconnman \ - python-gsocketpool \ -" - RDEPENDS_packagegroup-meta-python3-connectivity = "\ python3-pytun \ python3-mprpc \ @@ -138,11 +67,6 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\ python3-gsocketpool \ " -RDEPENDS_packagegroup-meta-python-ptest = "\ - python-pygpgme \ - python-cryptography \ - " - RDEPENDS_packagegroup-meta-python3-ptest = "\ python3-cryptography \ " -- cgit v1.2.3