diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:32:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:32:29 +0000 |
commit | f73a409b95717ba06e7a30645b10cce419a6f6c9 (patch) | |
tree | db38b9a7b30e0dafdbc02969905432e8f213955e /dev-python/celery/celery-3.0.17.ebuild | |
parent | Mask virtual/pyparsing for removal since we no longer support split pyparsing... (diff) | |
download | historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.tar.gz historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.tar.bz2 historical-f73a409b95717ba06e7a30645b10cce419a6f6c9.zip |
Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions were removed and all in-tree versions support all impls now.
Package-Manager: portage-2.2.3/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/celery/celery-3.0.17.ebuild')
-rw-r--r-- | dev-python/celery/celery-3.0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/celery/celery-3.0.17.ebuild b/dev-python/celery/celery-3.0.17.ebuild index 26ef8db829a0..e3ba70fda909 100644 --- a/dev-python/celery/celery-3.0.17.ebuild +++ b/dev-python/celery/celery-3.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.17.ebuild,v 1.1 2013/04/04 07:21:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.17.ebuild,v 1.2 2013/09/12 22:29:28 mgorny Exp $ EAPI="4" @@ -31,7 +31,7 @@ RDEPEND=">=dev-python/kombu-2.4.7 sql? ( dev-python/sqlalchemy ) dev-python/python-dateutil >=dev-python/anyjson-0.3.3 - virtual/pyparsing + dev-python/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz " |