dev-python/vdirsyncer: add req python use sqlite
authorAmy Liffey <amynka@gentoo.org>
Mon, 9 Oct 2017 19:22:09 +0000 (21:22 +0200)
committerAmy Liffey <amynka@gentoo.org>
Mon, 9 Oct 2017 19:23:13 +0000 (21:23 +0200)
Suggested-by: Christopher Head <chead@chead.ca>
Closes: https://bugs.gentoo.org/630060

Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild [moved from dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild with 98% similarity]

similarity index 98%
rename from dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild
rename to dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild
index b224f165d05e937ee353ceff02be499c00c7d5de..a20a3aec23a3731a551066d8f429ba1ca46fb01e 100644 (file)
@@ -4,6 +4,7 @@
 EAPI="6"
 
 PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1