Derek Straka
b25c9f6eaa
python-werkzeug: update to version 0.14.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:41:26 -08:00
Derek Straka
46f53b6d09
python-psutil: update to version 5.4.3
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:41:26 -08:00
Derek Straka
22b6ebf8fa
python-unidiff: update to version 0.5.5
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:41:25 -08:00
Ricardo Silva
c06be20b24
pycrypto: Add recipe to have support on python3
...
The pycrypto module sources can be used for both python2 and python3,
but a recipe for python3 was missing, so add it.
Additionally, since the sources (and thus the patches) are shared
between both versions, move the SRC_URI (same on both recipes) to the
common 'python-pycrypto.inc' file, to avoid duplication.
Also, to use the same patch files for both python2 and python3 without
having to duplicate them over 2 folders, change 'python-pycrypto.inc' so
that FILESEXTRAPATHS is prepended with the 'python-pycrypto' local dir
for both versions instead of having that dir named after the package
name '${PN}'.
The python3 recipe is basically the same as for python2, but using
distutils3 instead.
Signed-off-by: Ricardo Silva <rjpdasilva@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:38:09 -08:00
Ricardo Silva
a5c7c4746e
pyinotify: Fix support for different python versions
...
The runtime dependencies for pyinotify are defined in
python-pyinotify.inc file, which gets included from both the python2 and
the python3 recipes for pyinotify.
Since the include file is used for both python2 and python3 recipes, it
must use the '${PYTHON_PN}-' prefix instead of just 'python-' for
listing the dependencies in RDEPENDS, otherwise it is forcing python2
modules to be selected from a python3 recipe, so fix that.
For example, use '${PYTHON_PN}-threading' instead of 'python-threading'
for specifying a dependency from the 'threading' module.
While at it, also use line separation and indentation on RDEPENDS for
better readability.
Signed-off-by: Ricardo Silva <rjpdasilva@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:37:33 -08:00
Derek Straka
af308c17f6
python-protobuf: update to version 3.5.1
...
Add RDEPENDS to work on minimal python and don't pull in python-six in python3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:36:53 -08:00
Derek Straka
dbbee6e75d
python-jsonpatch: update to version 1.21
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
11ed42e08f
python-jsonpatch: add a python3 version of the recipe
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
d619965394
python-jsonpointer: add a python3 version of the recipe
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
e8f3372ecf
python-grpcio-tools: update to version 1.8.2
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
33e62def4f
python-grpcio: update to version 1.8.2
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
bf51fd5931
python-werkzeug: update to version 0.14
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:05 -08:00
Derek Straka
73dfaca93b
pypi: remove class that was added to oe-core
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:04 -08:00
Derek Straka
c03b2f66e5
python-pandas: update to version 0.22.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:04 -08:00
Derek Straka
b3f79789d5
python-attrs: update to version 17.4.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:33:04 -08:00
Derek Straka
29a4983d5a
python-pandas: add json to the RDEPENDS list
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
84aa13e7fc
python-pyserial: reorganize packaging and update RDEPENDS
...
Added packages for OSX, Win32, and java items that are not supports
Updated RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
210c895d88
python-pyroute2: re-add the RDEPENDS that were removed and verify on the latest release
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
088327df69
python-netaddr: update to RDEPENDS to work on minimal python installs
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
d8440d28e6
python-pycparser: add pprint to the RDEPENDS
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
e8dde5aba5
python-zopeinterface: update RDEPENDS to include datetime
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:53 -08:00
Derek Straka
a5203c3766
python-whoosh: add RDEPENDS to work on minimal python installs
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:48 -08:00
Derek Straka
cf1f54761c
python-pyflakes: update to version 1.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:19 -08:00
Derek Straka
dbfb70fdd1
python-cmd2: update RDEPENDS to include pyperclip
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:19 -08:00
Derek Straka
b91c5dcb0d
python-pyperclip: add an initial recipe for version 1.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:19 -08:00
Derek Straka
bc8e40e7ab
python3-langtable: update to version 0.0.38
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:19 -08:00
Derek Straka
aadf68393b
python-networkx: update to version 2.0
...
Verified license terms remain the same and update checksum
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:18 -08:00
Derek Straka
681bce86e5
python-parted: update to version 3.11.1
...
Update github hash for the release
Add correct RDEPENDS for the minimal python installs
Remove a patch no longer required
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:18 -08:00
Derek Straka
83b097cc3b
python-flask-wtf: update to version 0.14.2
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:18 -08:00
Derek Straka
91a32418bd
python-pymisc: update to version 2.4.85
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30 12:33:13 -08:00
Derek Straka
1a4643cec5
python3-cassandra-driver: update to version 3.12.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
3182908c65
python-django: update to version 1.11.8
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
048ab14c46
python-pytest-runner: update to version 3.0
...
Verified license terms remain the same and updated checksum for copyright data modification
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
bd3d908958
python-werkzeug: update to version 0.13
...
Verify license terms remain the same and update the checksum
Add required RDEPENDS for minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
1adbd684ec
python-pysocks: update to version 1.6.8
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
cd7cc6e9dd
python-automat: fix build dependencies to avoid download during do_compile
...
Add the correct version of python{3}-setuptools-scm-native
Remove the dependency on m2r
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Mark Asselstine
b08b570c86
python-twisted: avoid downloading build dependencies
...
setup.py will attempt to download python-incremental, as it is not
present in the sysroot. This is at the least wrong since some random
version of python-incremental will be used to build against (akin to
host contamination) and at most a build failure (when network access
is unavailable). So make python-incrementa-native available and a
DEPENDS.
Unfortunately python-incremental has a dependency on python-twisted
and vice versa. So we need to forcefully break this circular
dependency. Fortunately this doesn't affect the build of
python-twisted. Unfortunately if anyone else attempts to use
python-incremental-native there might be issues should it ever run the
code that does the import of twisted. This is not an issue now and a
comment has been added to hopefully make this issue known to anyone
else coming along at a later time.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
aad2b95438
python-pyopenssl: update to version 17.5.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
3aa3c9bba6
python-aws-iot-device-sdk-python: update to version 1.3.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
af0faaaa8b
python-ipaddress: update to version 1.0.19
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
f83052df32
python-pylint: update to version 1.8.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
cac0cca1b8
python-webencodings: update RDEPENDS to include json
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
8b3e6755fa
python-html5lib: update to version 1.0.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
b9b48df09d
python-pycparser: update RDEPENDS to add ply
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
251f6f9ccc
python-pymisp: update to version 2.4.84
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
597f912aa5
python-pytest: update to version 3.3.1
...
Update RDEPENDS for latest version
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
58e5a63e03
python-pluggy: add initial recipe for version 0.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
9c6dbaba82
python-cryptography-vectors: update to version 2.1.4
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
d194ad1537
python-cryptography: update to version 2.1.4
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
630d79a7bc
python-attr: update to version 0.3.1
...
Update license file checksum and verify MIT still applies
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
80b6e6f151
python-asn1crypto: update to version 0.24.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
b76cedf440
python-simplejson: update to version 3.13.2
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
d295ef40a6
python-pandas: update to version 0.21.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
0d7da1ed71
python-psutil: update to version 5.4.2
...
Create a tests package
Update RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
089316de70
python-astroid: update to version 1.6.0
...
Split out the test packages
Update the RDEPENDS for minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
b3ffe04531
python-pymongo: update to version 3.6.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
8cfd98e478
python-pexpect: update to version 4.3.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
c6665323a8
python-flask-login: update to version 0.4.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Bill Randle
2a6cfdd2d1
python3-blinker: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:35 -08:00
Bill Randle
1164c0c338
python-blinker: move core recipe code to .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:28 -08:00
Mark Asselstine
80b3f2e820
python-pyroute2: uprev to v0.4.21 (from 0.3.22)
...
Drop the json<-->simplejson patch instead opting to depend on
python-json (part of core python libs). Beyond this the uprev is
straightforward.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:55 -08:00
Bill Randle
ea42a6f671
python[3]-flask-xstatic: new recipes
...
V2: add missing FILESEXTRAPATHS_prepend
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
18f157cec3
python[3]-xstatic-font-awesome: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
99fd123afb
python[3]-xstatic: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c8419ea70e
python[3]-flask-babel: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c970883032
python[3]-speaklater: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
892fdab62a
python[3]-flask-user: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
8a677a1e06
python[3]-flask-mail: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
875913e514
python[3]-flask-script: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
f231401c44
python[3]-flask-uploads: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
55d77b7e3f
python[3]-flask-nav: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
d96548a395
python[3]-fask-migrate: new recipes
...
V2: fix typo on .inc filename
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
b2a0661c4b
python[3]-alembic: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
947c8e0cc5
python[3]-editor: new recipes
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6f3ef2e63e
python3-wtforms: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
3db2251f18
python-wtforms: move core of recipe to a .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
e4a673576e
python3-visitor: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
2a61ca5253
python-visitor: move core of recipe to a .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
73445a39cb
python3-flask-wtf: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6c917a3781
python-flask-wtf: move core of recipe to a .inc file
...
V2: add FILESEXTRAPATH_prepend to pick up common patch directory.
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
a899912764
python3-flask-sqlalchemy: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
bf2eb8abd1
python-flask-sqlalchemy: move core of recipe to a .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
7e4e134027
python3-flask-bootstrap: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
dd38e0e3f2
python-flask-bootstrap: move core of recipe to a .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:38 -08:00
Bill Randle
acfb8417e3
python3-dominate: new recipe
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Bill Randle
04590bdc1d
python-dominate: move core of recipe to a .inc file
...
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
f00a7b9e70
python-ply: add a python3 version of the recipe
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
aecdd05a89
python-yappi: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
ec6c08f74c
python-pylint: add a test package for unit tests
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
857ed16bc8
python-werkzeug: add a test package for the unit and integration tests
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
7032352c45
python-pymongo: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
8e9b6e2697
python-dateutil: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
3eb2821a24
python-msgpack: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
ae9c2bad8a
python-can: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
5a335fc7de
python-cffi: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
5791bf8388
python-bcrypt: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
48a889008c
python-pytz: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
296d47dd0e
python-babel: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
7249c5a2a5
python-attrs: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
688e28bc43
python-asn1crypto: correct the RDEPENDS to work on a minimal python install
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00