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

This commit is contained in:
Elizabeth Fischer 2019-01-15 10:31:20 -05:00 committed by Peter Scheibel
parent 89a493522c
commit 0628ebefd8

View file

@ -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'))