parsel: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-20 23:10:33 +02:00
parent 55a5fe9a05
commit 9b20278dc7
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Extract data from HTML and XML using XPath and CSS selectors"