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
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,6 @@ class PyPysqlite(PythonPackage):
version('2.8.3', '033f17b8644577715aee55e8832ac9fc')
# pysqlite is built into Python3
depends_on('python@2.7.0:2.7.999', 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.
Finish editing this message first!
Please register or to comment