Remove pysqlite test-requirement dependency

pysqlite is no longer needed with py27 and definitely note needed
in py34. Eliminate this as a test-requirement. This has the added
benefit of eliminating one of the very few libaries that are blocking
keystone from being python3.4 compatible.

Change-Id: I63d5f0473fdfd91b559b47e7dd9ab4c4307a7c03
This commit is contained in:
Morgan Fainberg 2015-04-22 17:12:08 -07:00
parent e567e26025
commit 9cfad752e1

View File

@ -5,9 +5,6 @@
hacking>=0.10.0,<0.11
bashate>=0.2 # Apache-2.0
# Optional backend: SQL
pysqlite
# Optional backend: Memcache
python-memcached>=1.48