freebsd-ports/www/py-django-assets/files/patch-django__assets.egg-info_requires.txt
Rene Ladan 3eb38f95ff www/py-django-assets: change the requirement in requires.txt for webassets to
be at least version 0.10 instead of exactly version 0.10

Bump PORTREVISION

This allows the (work in progress) Pootle port to show a usage line instead of
a dependency error.

Differential Revision:	https://reviews.freebsd.org/D2928
Approved by:	maintainer (wg)
2015-06-27 20:47:48 +00:00

7 lines
200 B
Text

--- django_assets.egg-info/requires.txt.orig 2014-07-03 12:03:42 UTC
+++ django_assets.egg-info/requires.txt
@@ -1,2 +1,2 @@
Django>=1.1
-webassets==0.10
\ No newline at end of file
+webassets>=0.10