From f61d7f6bca60c9bf71f756787e2a0bc64baf2ba1 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 18 Nov 2017 07:41:08 +0100 Subject: [PATCH] Add purl-python library to setup #805 #275 * This is a first rough implmentation using https://github.com/package-url/packageurl-python * Based on https://github.com/package-url/purl-spec/pull/1 Signed-off-by: Philippe Ombredanne --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd3678b698..960a7c04c7 100644 --- a/setup.py +++ b/setup.py @@ -165,6 +165,7 @@ def read(*names, **kwargs): 'pymaven-patch >= 0.2.4', 'requests >= 2.7.0, < 3.0.0', 'schematics_patched', + 'purl-python', # scancode 'click >= 6.0.0, < 7.0.0', @@ -186,8 +187,6 @@ def read(*names, **kwargs): # used by yg.lockfile 'contextlib2', 'pytz', 'tempora', 'jaraco.timing', 'zc.lockfile >= 1.0.0, < 2.0.1', - - ], extras_require={ ':platform_system == "Windows"': ['lxml == 3.6.0'],