bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

install py36-sqlite during make install-dev on FreeBSD #657

Closed gronke closed 5 years ago

gronke commented 5 years ago

Addresses a dependency issue of MyPy, that began to depend on sqlite3.

see https://github.com/python/mypy/issues/6207

gronke commented 5 years ago

sqlite3 needs to be installed on Linux as well.

igalic commented 5 years ago

i meant the [] vs [[]] syntax change

gronke commented 5 years ago

i meant the [] vs [[]] syntax change

Yes, that works. Run make install-dev and see it yourself 😄

igalic commented 5 years ago
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
make: *** [install-travis] Error 100
The command "make install-travis" failed and exited with 2 during .

we should just add extra packages to our .travis.yml https://docs.travis-ci.com/user/installing-dependencies/#adding-apt-packages