Skip to content

Commit 13f9904

Browse files
committed
Fixed incorrect dependency on Autodidact
1 parent 85ee9c6 commit 13f9904

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bps (1.0.2) unstable; urgency=medium
2+
3+
* Fixed incorrect dependency on Autodidact
4+
5+
-- Jaap Joris Vens <jj@rtts.eu> Wed, 14 Sep 2016 15:59:20 +0200
6+
17
bps (1.0.1) unstable; urgency=medium
28

39
* Display useful names for non-Uvt users

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, libjs-jquery, makepasswd,
1919
python3-pil,
2020
python3-ldap3,
2121
python3-django,
22-
python3-django-autodidact (>= 1.3),
22+
python3-django-autodidact (>= 1.2),
2323
Recommends: apache2 (>= 2.4.10~), libapache2-mod-wsgi-py3, python3-psycopg2, python3-django-casclient
2424
Description: Tilburg University web application for learning statistics
2525
Best Practices in Statistics (BPS) is a web application for learning

0 commit comments

Comments
 (0)