diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-09 11:22:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-09 11:22:00 +0000 |
commit | 76a88e9d36370ac6b3c4db6c66774e28de57d72e (patch) | |
tree | dac2daa9ad557a08082b6a2f07e95c0557290ada | |
parent | 338a33b4c385847964c50279ccaf091c0c6c9860 (diff) | |
download | pkgsrc-76a88e9d36370ac6b3c4db6c66774e28de57d72e.tar.gz |
Remove references to pyhon-2.3.
-rw-r--r-- | doc/pkgsrc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index a5d5fb4412e..4d4ce4d59ed 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -3566,7 +3566,7 @@ If the default Python versions are not supported by the software, set the PYTHON_VERSIONS_ACCEPTED variable to the Python versions the software is known to work with, from the most recent to the older one, e.g. -PYTHON_VERSIONS_ACCEPTED= 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 If the packaged software is a Python module, include "../../lang/python/ extension.mk". In this case, the package directory should be called |