sudo apt-get build-dep python-svn이 새로운 Linux Mint에서 작동하지 않습니다

sudo apt-get build-dep python-svn이 새로운 Linux Mint에서 작동하지 않습니다
daniel@beepboop /etc/apt $ sudo apt-get build-dep python-svn
Reading package lists... Done
Picking 'pysvn' as source package instead of 'python-svn'
E: Unable to find a source package for python-svn

내 생각엔 이것이 내 source.list와 관련이 있는 것 같습니다. 어떤 제안이 있으십니까?

의견에 대한 응답으로 일부 수정:

파이썬을 설치해 보세요:

daniel@beepboop ~ $ sudo apt-get install python-svn
[sudo] password for daniel: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-svn is already the newest version (1.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 78 not upgraded.

내 소스 목록:

daniel@beepboop /etc/apt $ more sources.list
    deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib ma
    in non-freedeb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted u
    niverse multiverse

약간의 편집을 하다가 발견한 내용은 다음과 같습니다. 원본 소스 목록으로 복원했습니다.

daniel@beepboop /etc/apt/sources.list.d $ more sources.list
deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib ma
in non-free

소스.목록.d:

daniel@beepboop /etc/apt/sources.list.d $ more *
::::::::::::::
google-chrome.list
::::::::::::::
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
::::::::::::::
notepadqq-team-notepadqq-xenial.list
::::::::::::::
deb http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial main
deb-src http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial main
::::::::::::::
official-package-repositories.list
::::::::::::::
# Do not edit this file manually, use Software Sources instead.

deb http://packages.linuxmint.com serena main upstream import backport #id:linux
mint_main

deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe mul
tiverse
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe m
ultiverse

deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe 
multiverse
deb http://archive.canonical.com/ubuntu/ xenial partner

관련 정보