Add useful comment explaining why this is not needed for Python3. (#10326)
This commit is contained in:
parent
89a493522c
commit
0628ebefd8
1 changed files with 1 additions and 0 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue