diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index bb05de1f55..12a0562550 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -4,68 +4,14 @@ inherit packagegroup | |||
4 | 4 | ||
5 | PROVIDES = "${PACKAGES}" | 5 | PROVIDES = "${PACKAGES}" |
6 | PACKAGES = ' \ | 6 | PACKAGES = ' \ |
7 | packagegroup-meta-python \ | ||
8 | packagegroup-meta-python3 \ | 7 | packagegroup-meta-python3 \ |
9 | ' | 8 | ' |
10 | 9 | ||
11 | RDEPENDS_packagegroup-meta-python = "\ | ||
12 | packagegroup-meta-python-extended \ | ||
13 | packagegroup-meta-python-connectivity \ | ||
14 | " | ||
15 | |||
16 | RDEPENDS_packagegroup-meta-python3 = "\ | 10 | RDEPENDS_packagegroup-meta-python3 = "\ |
17 | packagegroup-meta-python3-extended \ | 11 | packagegroup-meta-python3-extended \ |
18 | packagegroup-meta-python3-connectivity \ | 12 | packagegroup-meta-python3-connectivity \ |
19 | " | 13 | " |
20 | 14 | ||
21 | RDEPENDS_packagegroup-meta-python = "\ | ||
22 | python-psutil python-certifi python-flask python-pyroute2 python-pyopenssl python-pylint \ | ||
23 | python-semver python-wrapt python-networkx python-behave python-dominate python-flask-user \ | ||
24 | python-attrs python-humanize python-six python-flask-login python-zopeinterface python-sijax \ | ||
25 | python-pyinotify python-stevedore python-pyjwt python-webdav python-twisted python-flask-sijax \ | ||
26 | python-functools32 python-javaobj-py3 python-pygpgme python-future python-attr \ | ||
27 | python-flask-xstatic python-m2crypto python-hyperlink python-imaging python-idna python-jinja2 \ | ||
28 | python-can python-flask-bcrypt python-requests python-paste python-flask-script python-serpent \ | ||
29 | python-cryptography python-pysmi python-xlrd python-appdirs python-jsonpatch python-bcrypt \ | ||
30 | python-ndg-httpsclient python-pytest python-linecache2 python-visitor python-backports-abc \ | ||
31 | python-setuptools-scm python-evdev python-pyjks python-jsonpointer python-cheetah python-gevent \ | ||
32 | python-smbus python-sqlalchemy python-scrypt python-werkzeug python-anyjson python-pexpect \ | ||
33 | python-robotframework-seriallibrary python-pyalsaaudio python-pytest-helpers-namespace \ | ||
34 | python-alembic python-flask-pymongo python-slip-dbus python-pydbus python-automat python-rfc3987 \ | ||
35 | python-tzlocal python-backports-ssl python-subprocess32 python-asn1crypto python-pybind11 \ | ||
36 | python-ptyprocess python-babel python-passlib python-sdnotify \ | ||
37 | python-lazy-object-proxy python-cryptography-vectors python-crcmod python-pyusb python-vobject \ | ||
38 | python-webcolors python-pyparsing python-beautifulsoup4 python-cffi python-tornado-redis \ | ||
39 | python-itsdangerous python-pyasn1-modules python-netaddr python-vcversioner \ | ||
40 | python-sh python-greenlet python-paho-mqtt python-traceback2 python-gdata python-dbusmock \ | ||
41 | python-whoosh python-lockfile python-isort python-wtforms python-feedparser python-flask-restful \ | ||
42 | python-pysnmp python-flask-babel python-pytest-tempdir python-flask-nav python-pyzmq python-pyyaml \ | ||
43 | python-protobuf python-pluggy python-jsonschema python-msgpack \ | ||
44 | python-periphery python-pint python-pycryptodome python-yappi python-pycrypto python-pretend \ | ||
45 | python-pyserial python-pyiface python-docutils python-grpcio-tools python-django-south \ | ||
46 | python-backports-functools-lru-cache python-py python-click python-flask-migrate \ | ||
47 | python-pyudev python-pystache python-blinker python-prompt-toolkit python-lxml \ | ||
48 | python-unidiff python-inflection python-twofish python-prettytable python-webencodings \ | ||
49 | python-mock python-pyexpect python-dnspython python-pysocks python-pynetlinux \ | ||
50 | python-daemon python-djangorestframework python-typing python-monotonic python-sparts \ | ||
51 | python-enum34 python-pyperclip python-flask-uploads python-pbr python-parse python-pyflakes \ | ||
52 | python-pyhamcrest python-mako python-incremental python-tornado python-xstatic-font-awesome \ | ||
53 | python-cmd2 python-strict-rfc3339 python-pycodestyle python-xstatic python-snakefood \ | ||
54 | python-pybluez python-flask-navigation python-pyfirmata python-pymongo python-pysqlite \ | ||
55 | python-progress python-flask-sqlalchemy python-pymisp python-pip python-ujson python-ply \ | ||
56 | python-pep8 python-dateutil python-pycparser python-daemonize python-astroid python-pyrex \ | ||
57 | python-markupsafe python-pytest-runner python-grpcio python-mccabe python-pytz python-selectors34 \ | ||
58 | python-cython python-chardet python-editor python-flask-bootstrap python-html5lib \ | ||
59 | python-singledispatch python-redis python-flask-mail python-funcsigs python-snimpy python-pyasn1 \ | ||
60 | python-decorator python-urllib3 python-feedformatter python-iso8601 \ | ||
61 | python-numeric python-robotframework python-django python-simplejson python-wcwidth \ | ||
62 | python-configparser python-epydoc python-intervals python-speaklater \ | ||
63 | python-aws-iot-device-sdk-python python-constantly python-bitarray python-flask-wtf \ | ||
64 | python-parse-type python-ipaddress python-dbus \ | ||
65 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "python-pam pamela", "", d)} \ | ||
66 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python-systemd", "", d)} \ | ||
67 | " | ||
68 | |||
69 | RDEPENDS_packagegroup-meta-python3 = "\ | 15 | RDEPENDS_packagegroup-meta-python3 = "\ |
70 | python3-pyserial python3-gevent python3-alembic python3-robotframework-seriallibrary \ | 16 | python3-pyserial python3-gevent python3-alembic python3-robotframework-seriallibrary \ |
71 | python3-rfc3987 python3-xlrd python3-bandit python3-constantly python3-inflection \ | 17 | python3-rfc3987 python3-xlrd python3-bandit python3-constantly python3-inflection \ |
@@ -105,13 +51,6 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
105 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ | 51 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ |
106 | " | 52 | " |
107 | 53 | ||
108 | RDEPENDS_packagegroup-meta-python-extended = "\ | ||
109 | python-pyephem \ | ||
110 | python-cson \ | ||
111 | python-pywbem \ | ||
112 | python-pyparted \ | ||
113 | " | ||
114 | |||
115 | RDEPENDS_packagegroup-meta-python3-extended = "\ | 54 | RDEPENDS_packagegroup-meta-python3-extended = "\ |
116 | python3-pykickstart \ | 55 | python3-pykickstart \ |
117 | python3-meh \ | 56 | python3-meh \ |
@@ -121,16 +60,6 @@ RDEPENDS_packagegroup-meta-python3-extended = "\ | |||
121 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ | 60 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ |
122 | " | 61 | " |
123 | 62 | ||
124 | RDEPENDS_packagegroup-meta-python-connectivity = "\ | ||
125 | python-pyro4 \ | ||
126 | python-pytun \ | ||
127 | python-mprpc \ | ||
128 | python-thrift \ | ||
129 | python-txws \ | ||
130 | python-pyconnman \ | ||
131 | python-gsocketpool \ | ||
132 | " | ||
133 | |||
134 | RDEPENDS_packagegroup-meta-python3-connectivity = "\ | 63 | RDEPENDS_packagegroup-meta-python3-connectivity = "\ |
135 | python3-pytun \ | 64 | python3-pytun \ |
136 | python3-mprpc \ | 65 | python3-mprpc \ |
@@ -138,11 +67,6 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\ | |||
138 | python3-gsocketpool \ | 67 | python3-gsocketpool \ |
139 | " | 68 | " |
140 | 69 | ||
141 | RDEPENDS_packagegroup-meta-python-ptest = "\ | ||
142 | python-pygpgme \ | ||
143 | python-cryptography \ | ||
144 | " | ||
145 | |||
146 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 70 | RDEPENDS_packagegroup-meta-python3-ptest = "\ |
147 | python3-cryptography \ | 71 | python3-cryptography \ |
148 | " | 72 | " |