development/python3-cycler: Update DEP and README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Serban Udrea 2018-10-30 22:26:36 +07:00 committed by Willy Sudiarto Raharjo
parent 78fb7fb43b
commit 29270bd9c2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 1 additions and 3 deletions

View file

@ -3,5 +3,3 @@ constructing style-cycles.
This is the Python 3 version of cycler and will coexist with SBo's
cycler package.
NOTE: six needs to be built with Python 3 support

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/c2/4b/137dea450d6e1e3d474e1d873cd1d4f
MD5SUM="4cb42917ac5007d1cdff6cccfe2d016b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 six"
REQUIRES="python3-six"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"