Skip to content
Snippets Groups Projects
Commit 0628ebef authored by Elizabeth Fischer's avatar Elizabeth Fischer Committed by Peter Scheibel
Browse files

Add useful comment explaining why this is not needed for Python3. (#10326)

parent 89a49352
Branches
Tags
No related merge requests found
...@@ -14,5 +14,6 @@ class PyPysqlite(PythonPackage): ...@@ -14,5 +14,6 @@ class PyPysqlite(PythonPackage):
version('2.8.3', '033f17b8644577715aee55e8832ac9fc') version('2.8.3', '033f17b8644577715aee55e8832ac9fc')
# pysqlite is built into Python3
depends_on('python@2.7.0:2.7.999', type=('build', 'run')) depends_on('python@2.7.0:2.7.999', type=('build', 'run'))
depends_on('sqlite', type=('build', 'run')) depends_on('sqlite', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment