summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-04-16 11:30:33 +0200
committerTreeve Jelbert2013-04-16 11:30:33 +0200
commit6aec135f11f5b000f16e43076f6fd6795f1eb999 (patch)
treea44b8db70bb3e6a97ee6fdcb02aa5edb707e28f0
parenta2720e6b8c8e30c860c5c3746887ef7b9f7d1da9 (diff)
markupsafe - fix python3 depends
-rwxr-xr-xpython-pypi/markupsafe/DEPENDS3
-rw-r--r--python-pypi/markupsafe/HISTORY3
2 files changed, 4 insertions, 2 deletions
diff --git a/python-pypi/markupsafe/DEPENDS b/python-pypi/markupsafe/DEPENDS
index 503782e3b0..48d8ddc44d 100755
--- a/python-pypi/markupsafe/DEPENDS
+++ b/python-pypi/markupsafe/DEPENDS
@@ -1,2 +1 @@
-depends python &&
-depends SETUPTOOLS
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/markupsafe/HISTORY b/python-pypi/markupsafe/HISTORY
index b674ecd08d..333007d1bc 100644
--- a/python-pypi/markupsafe/HISTORY
+++ b/python-pypi/markupsafe/HISTORY
@@ -1,3 +1,6 @@
+2013-04-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix python3 usage
+
2012-02-26 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.15
* PRE_BUILD: added, fix setuptools usage